5.1.2. VEVENT
The three properties are
DTSTART
,DTEND
andDURATION
.DTSTART MUST
appear once and only one ofDTEND
orDURATION MAY
be present.The
DTSTART
property for aVEVENT
specifies the inclusive start of the event. For recurring events, it also specifies the very first instance in the recurrence set.The
DTEND
property for aVEVENT
calendar component specifies the non-inclusive end of the event.For cases where a
VEVENT
calendar component specifies aDTSTART
property with aDATE
value type but noDTEND
norDURATION
property, the event’s duration is taken to be one day.For cases where a
VEVENT
calendar component specifies aDTSTART
property with aDATE-TIME
value type but noDTEND
norDURATION
property, the event ends on the same calendar date and time of day specified by theDTSTART
property, that is, it signifies a zero length instant in time.